[Silverlight] MessageBox Black Page
Posted
by nCdy
on Stack Overflow
See other posts from Stack Overflow
or by nCdy
Published on 2010-04-15T05:20:18Z
Indexed on
2010/04/15
5:23 UTC
Read the original article
Hit count: 234
Silverlight
|ASP.NET
I do Silverlight MVC project on VWDEE2010
when I do
private void button1_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show("I am a button");
}
Message shows on BlackScreen on background and only when I click OK it returnts me to my page. Why black page and what ways to avoid ?
Thank you.
© Stack Overflow or respective owner